home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-06 / ipt112.zip / IPT102.TXT < prev    next >
Text File  |  1992-05-01  |  4KB  |  122 lines

  1. IPT102
  2.  
  3. SUMMARY
  4. ====================================================================
  5. This patch contains files that update the IPTUNNEL.LAN in NetWare
  6. 3.11 Rev A. The version of IPTUNNEL.LAN to be updated is v1.00, dated
  7. February 8, 1991. IPTUNNEL.LAN will be updated to v1.02 dated October
  8. 19, 1991. The original file has a byte count of 5912. The updated file
  9. has a byte count of 6061.
  10.  
  11. FIXES
  12. ---------------------------------------------------------------------
  13. IPTUNNEL.LAN v1.02 fixes a bug that caused the server to ABEND when
  14. IP packets are fragmented within the IP tunnel.
  15.  
  16. CONTENTS
  17. ---------------------------------------------------------------------
  18.         PATCH.EXE       76981   1/30/92 Patch executable file.
  19.     IPT102.RTP    781    4/29/92    Patch update file.
  20.     IPT102.TXT    4484    5/1/92 This document.
  21.  
  22. INSTALLATION
  23. ---------------------------------------------------------------------
  24.  
  25. Installation of the patch is performed at a workstation with about
  26. 1mb of free disk space and connection to the NetWare server containing
  27. the IPTUNNEL.LAN to be updated. The procedure is:
  28. -    create a temporary area on the workstation
  29. -    load the patch files and the IPTUNNEL.LAN in the temporary area
  30. -    execute the patch
  31. -    transfer the updated IPTUNNEL.LAN back to the server
  32.  
  33. Though the procedure updates the IPTUNNEL.LAN from the server, 
  34. IPTUNNEL.LAN from the SYSTEM-3 NetWare 3.11 diskette can be used and 
  35. later loaded on the server. IPTUNNEL.LAN can be found on the SYSTEM-3 
  36. diskette in the directory \TCPIP\SYSTEM.
  37.  
  38. 1)    On the workstation, create a temporary directory to contain the
  39. patch files and a sub directory to contain IPTUNNEL.LAN.
  40.         MKDIR \TEMP
  41.         CD \TEMP
  42.         MKDIR IPTEMP
  43.  
  44. 2)    Load the patch files to the directory TEMP. 
  45. (This procedure assumes the patch files are on diskette.
  46. Drive A is used for the location of the patch files.)
  47.         COPY A:*.*
  48.  
  49. 3)    Login or attach to the NetWare server as supervisor and map a
  50. drive to SYS:SYSTEM. (Drive X: is used for demonstration purposes.)
  51.         ATTACH servername\SUPERVISOR
  52.         PASSWORD:password
  53.         MAP X:=servername\SYS:SYSTEM
  54.  
  55. 4)    Remove the READ ONLY attribute from IPTUNNEL.LAN and create a 
  56. backup copy.
  57.         X:
  58.         FLAG IPTUNNEL.LAN N
  59.         NCOPY IPTUNNEL.LAN IPTUNNEL.SAV
  60.  
  61. 5)    Copy IPTUNNEL.LAN to the temporary directory.
  62.         NCOPY X:IPTUNNEL.LAN C:\TEMP\IPTEMP\IPTUNNEL.LAN
  63.  
  64. 6).    Set the current directory to the temporary directory containing
  65. the Patch files and execute the patch.
  66.         C:
  67.         CD \TEMP
  68.         PATCH IPT102
  69.  
  70. 7)    Check the date and size of the file IPTUNNEL.LAN to ensure the
  71. file is updated.
  72.         DIR IPTEMP\IPTUNNEL.LAN
  73.     
  74. The file date should now be 10-19-91 and the byte count should be 6061.
  75.  
  76. 8)    Copy IPTUNNEL.LAN back to SYS:SYSTEM
  77.         NCOPY C:\TEMP\IPTEMP\IPTUNNEL.LAN X:IPTUNNEL.LAN
  78.  
  79. 9)    Set the current drive to the Network drive and replace the
  80. READ ONLY attribute to IPTUNNEL.LAN.
  81.         X:
  82.         FLAG IPTUNNEL.LAN ROS
  83.  
  84. 10)    Logout of the server and delete the temporary directories.
  85.         LOGOUT servername
  86.         C:
  87.         CD \TEMP\IPTEMP
  88.         DEL *.*
  89.         CD ..
  90.         DEL *.*
  91.         RMDIR IPTEMP
  92.         CD ..
  93.         RMDIR TEMP
  94.  
  95. 11)    If the IPTUNNEL is currently loaded, go to the server
  96. console, unload the module and reload the IPTUNNEL.LAN.
  97.         :UNLOAD IPTUNNEL.LAN
  98.         :LOAD IPTUNNEL.LAN
  99.  
  100. The update is now complete. Refer to the NetWare TCP/IP Supervisor's
  101. Guide for usage of IPTUNNEL.
  102.         
  103.  
  104. ***************************************************************************** 
  105.                                  DISCLAIMER  
  106.   
  107.       Novell, Inc. makes no representations or warranties with respect to this
  108. software program, and specifically disclaims any express or implied
  109. warranties of merchantability, title, or fitness for a particular purpose.  
  110.       Novell's intentions for this software program is to provide a temporary
  111. work-around to the anomalies described in this file.  Such work-arounds are
  112. typically addressed in future releases of NetWare.  
  113.      Distribution of this program is forbidden without the express written
  114. consent of Novell, Inc.  Novell reserves the right to discontinue
  115. distribution of this software program.
  116.       Novell will not be responsible for any data loss that may result from
  117. implementing this program.  Novell strongly recommends a backup be made
  118. before any program is applied.   Technical support for this program is
  119. provided at the discretion of Novell.   
  120. *****************************************************************************
  121.  
  122.